home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / Clipboard resizing solved ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  770 b   |  27 lines  |  [TEXT/GEOL]

  1. Item    7748522                         11-Sept-88        22:32
  2.  
  3. From:   D1002                           PEMD Ed Group, Dev, E Rosenberg
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Clipboard resizing solved
  8.  
  9. Hi Everyone,
  10.  
  11. Our procedure for re-sizing the clipboard view was correct: the view's
  12. sizeDeterminers need to be set to sizeFrame and the
  13. gClipFrame.ResizeByWindow[v] and gClipFrame.sizeByWindow[h] also need to set to
  14. true.
  15.  
  16. The error was in our draw method.  A code fragment mistakenly prohibited
  17. drawing from taking place in the entire view.
  18.  
  19. Thanks to all those who supplied suggestions.  The suggestions forced us to
  20. look elsewhere than in our clipboard code and enabled us to evntually find the
  21. error.
  22.  
  23. Regards,
  24. Ernie Rosenberg
  25.  
  26.  
  27.